From: Glenn Morris Date: Thu, 19 Mar 2009 06:20:27 +0000 (+0000) Subject: (rmail-retry-ignored-headers): Add :version tag. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1162 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cd7dee8efb26cbe6891133d2f70136b8d493bb24;p=emacs.git (rmail-retry-ignored-headers): Add :version tag. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec90debee19..8629fbf4a21 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2009-03-19 Glenn Morris + + * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag. + + * mail/supercite.el (sc-version): Doc fix. + 2009-03-19 Leo (tiny change) * mail/supercite.el (sc-version): Fix typo in interactive spec. diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 053f88629ff..a5dc10cf4f1 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -374,7 +374,8 @@ If nil, display all header fields except those matched by (defcustom rmail-retry-ignored-headers "^x-authentication-warning:\\|content-type:\\|content-transfer-encoding:\\|mime-version:" "Headers that should be stripped when retrying a failed message." :type '(choice regexp (const nil :tag "None")) - :group 'rmail-headers) + :group 'rmail-headers + :version "23.1") ; added content-type/encoding, mime-version ;;;###autoload (defcustom rmail-highlighted-headers "^From:\\|^Subject:"